Class: Aws::CloudWatch::Types::SetAlarmStateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::SetAlarmStateInput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_name ⇒ String
The name of the alarm.
-
#state_reason ⇒ String
The reason that this alarm is set to this specific state, in text format.
-
#state_reason_data ⇒ String
The reason that this alarm is set to this specific state, in JSON format.
-
#state_value ⇒ String
The value of the state.
Instance Attribute Details
#alarm_name ⇒ String
The name of the alarm.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4606 class SetAlarmStateInput < Struct.new( :alarm_name, :state_value, :state_reason, :state_reason_data) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason that this alarm is set to this specific state, in text format.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4606 class SetAlarmStateInput < Struct.new( :alarm_name, :state_value, :state_reason, :state_reason_data) SENSITIVE = [] include Aws::Structure end |
#state_reason_data ⇒ String
The reason that this alarm is set to this specific state, in JSON format.
For SNS or EC2 alarm actions, this is just informational. But for EC2 Auto Scaling or application Auto Scaling alarm actions, the Auto Scaling policy uses the information in this field to take the correct action.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4606 class SetAlarmStateInput < Struct.new( :alarm_name, :state_value, :state_reason, :state_reason_data) SENSITIVE = [] include Aws::Structure end |
#state_value ⇒ String
The value of the state.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4606 class SetAlarmStateInput < Struct.new( :alarm_name, :state_value, :state_reason, :state_reason_data) SENSITIVE = [] include Aws::Structure end |