Class: Aws::ECS::Types::ManagedListener
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedListener
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The listeners associated with the Express service's Application Load Balancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer listener.
-
#status ⇒ String
The status of the load balancer listener.
-
#status_reason ⇒ String
Informaion about why the load balancer listener is in the current status.
-
#updated_at ⇒ Time
The Unix timestamp for when this listener was most recently updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer listener.
9035 9036 9037 9038 9039 9040 9041 9042 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035 class ManagedListener < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the load balancer listener.
9035 9036 9037 9038 9039 9040 9041 9042 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035 class ManagedListener < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Informaion about why the load balancer listener is in the current status.
9035 9036 9037 9038 9039 9040 9041 9042 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035 class ManagedListener < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp for when this listener was most recently updated.
9035 9036 9037 9038 9039 9040 9041 9042 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035 class ManagedListener < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |