Class: Aws::ECS::Types::ManagedMetricAlarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedMetricAlarm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The CloudWatch metric alarm associated with the Express service’s scaling policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch metric alarm.
-
#status ⇒ String
The status of the CloudWatch metric alarm.
-
#status_reason ⇒ String
Information about why the CloudWatch metric alarm is in the current status.
-
#updated_at ⇒ Time
The Unix timestamp for when the CloudWatch metric alarm was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch metric alarm.
11320 11321 11322 11323 11324 11325 11326 11327 |
# File 'lib/aws-sdk-ecs/types.rb', line 11320 class ManagedMetricAlarm < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the CloudWatch metric alarm.
11320 11321 11322 11323 11324 11325 11326 11327 |
# File 'lib/aws-sdk-ecs/types.rb', line 11320 class ManagedMetricAlarm < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the CloudWatch metric alarm is in the current status.
11320 11321 11322 11323 11324 11325 11326 11327 |
# File 'lib/aws-sdk-ecs/types.rb', line 11320 class ManagedMetricAlarm < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp for when the CloudWatch metric alarm was last updated.
11320 11321 11322 11323 11324 11325 11326 11327 |
# File 'lib/aws-sdk-ecs/types.rb', line 11320 class ManagedMetricAlarm < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |