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)


11115
11116
11117
11118
11119
11120
11121
11122
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11115

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)


11115
11116
11117
11118
11119
11120
11121
11122
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11115

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)


11115
11116
11117
11118
11119
11120
11121
11122
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11115

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)


11115
11116
11117
11118
11119
11120
11121
11122
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11115

class ManagedMetricAlarm < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end