Class: Aws::Resiliencehubv2::Types::SuccessCriteriaAlarmInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SuccessCriteriaAlarmInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Identifies a success criteria alarm by its ARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_arn ⇒ String
The ARN of the CloudWatch alarm.
Instance Attribute Details
#alarm_arn ⇒ String
The ARN of the CloudWatch alarm.
4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4778 class SuccessCriteriaAlarmInput < Struct.new( :alarm_arn) SENSITIVE = [] include Aws::Structure end |