Class: Aws::ECS::Types::ManagedLoadBalancer
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedLoadBalancer
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The Application Load Balancer associated with the Express service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
-
#scheme ⇒ String
The scheme of the load balancer.
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the load balancer.
-
#status ⇒ String
The status of the load balancer.
-
#status_reason ⇒ String
Information about why the load balancer is in the current status.
-
#subnet_ids ⇒ Array<String>
The IDs of the subnets associated with the load balancer.
-
#updated_at ⇒ Time
The Unix timestamp for when this load balancer was most recently updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11043 class ManagedLoadBalancer < Struct.new( :arn, :status, :status_reason, :updated_at, :scheme, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#scheme ⇒ String
The scheme of the load balancer. By default, the scheme of the load
balancer is internet-facing.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11043 class ManagedLoadBalancer < Struct.new( :arn, :status, :status_reason, :updated_at, :scheme, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the load balancer.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11043 class ManagedLoadBalancer < Struct.new( :arn, :status, :status_reason, :updated_at, :scheme, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the load balancer.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11043 class ManagedLoadBalancer < Struct.new( :arn, :status, :status_reason, :updated_at, :scheme, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the load balancer is in the current status.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11043 class ManagedLoadBalancer < Struct.new( :arn, :status, :status_reason, :updated_at, :scheme, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the subnets associated with the load balancer.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11043 class ManagedLoadBalancer < Struct.new( :arn, :status, :status_reason, :updated_at, :scheme, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp for when this load balancer was most recently updated.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11043 class ManagedLoadBalancer < Struct.new( :arn, :status, :status_reason, :updated_at, :scheme, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |