Class: Aws::ECS::Types::ManagedMetricAlarm

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the CloudWatch metric alarm.

Returns:

  • (String)


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

#statusString

The status of the CloudWatch metric alarm.

Returns:

  • (String)


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_reasonString

Information about why the CloudWatch metric alarm is in the current status.

Returns:

  • (String)


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_atTime

The Unix timestamp for when the CloudWatch metric alarm was last updated.

Returns:

  • (Time)


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