Class: Aws::ECS::Types::ManagedMetricAlarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedMetricAlarm
- Defined in:
- gems/aws-sdk-ecs/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.
9182 9183 9184 9185 9186 9187 9188 9189 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9182 class ManagedMetricAlarm < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the CloudWatch metric alarm.
9182 9183 9184 9185 9186 9187 9188 9189 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9182 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.
9182 9183 9184 9185 9186 9187 9188 9189 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9182 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.
9182 9183 9184 9185 9186 9187 9188 9189 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9182 class ManagedMetricAlarm < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |