Class: Aws::SSM::Types::AlarmStateInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AlarmStateInformation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The details about the state of your CloudWatch alarm.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of your CloudWatch alarm.
-
#state ⇒ String
The state of your CloudWatch alarm.
Instance Attribute Details
#name ⇒ String
The name of your CloudWatch alarm.
214 215 216 217 218 219 |
# File 'lib/aws-sdk-ssm/types.rb', line 214 class AlarmStateInformation < Struct.new( :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of your CloudWatch alarm.
214 215 216 217 218 219 |
# File 'lib/aws-sdk-ssm/types.rb', line 214 class AlarmStateInformation < Struct.new( :name, :state) SENSITIVE = [] include Aws::Structure end |