Class: Aws::ECS::Types::ManagedListenerRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedListenerRule
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The listener rule 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 rule.
-
#status ⇒ String
The status of the load balancer listener rule.
-
#status_reason ⇒ String
Information about why the load balancer listener rule is in the current status.
-
#updated_at ⇒ Time
The Unix timestamp for when this listener rule was most recently updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer listener rule.
9067 9068 9069 9070 9071 9072 9073 9074 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067 class ManagedListenerRule < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the load balancer listener rule.
9067 9068 9069 9070 9071 9072 9073 9074 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067 class ManagedListenerRule < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the load balancer listener rule is in the current status.
9067 9068 9069 9070 9071 9072 9073 9074 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067 class ManagedListenerRule < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp for when this listener rule was most recently updated.
9067 9068 9069 9070 9071 9072 9073 9074 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067 class ManagedListenerRule < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |