Class: Aws::SSM::Types::AlarmStateInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

The details about the state of your CloudWatch alarm.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of your CloudWatch alarm.

Returns:

  • (String)


214
215
216
217
218
219
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 214

class AlarmStateInformation < Struct.new(
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of your CloudWatch alarm.

Returns:

  • (String)


214
215
216
217
218
219
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 214

class AlarmStateInformation < Struct.new(
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end