Class: Aws::Resiliencehubv2::Types::SuccessCriteriaAlarmSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SuccessCriteriaAlarmSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Summary information about a configured success criteria alarm.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID that owns the CloudWatch alarm.
-
#alarm_arn ⇒ String
The ARN of the CloudWatch alarm.
-
#alarm_name ⇒ String
The name of the CloudWatch alarm.
-
#created_at ⇒ Time
The timestamp when the source was configured.
-
#region ⇒ String
The Region of the CloudWatch alarm.
Instance Attribute Details
#account_id ⇒ String
The account ID that owns the CloudWatch alarm.
4808 4809 4810 4811 4812 4813 4814 4815 4816 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808 class SuccessCriteriaAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#alarm_arn ⇒ String
The ARN of the CloudWatch alarm.
4808 4809 4810 4811 4812 4813 4814 4815 4816 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808 class SuccessCriteriaAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#alarm_name ⇒ String
The name of the CloudWatch alarm.
4808 4809 4810 4811 4812 4813 4814 4815 4816 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808 class SuccessCriteriaAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the source was configured.
4808 4809 4810 4811 4812 4813 4814 4815 4816 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808 class SuccessCriteriaAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region of the CloudWatch alarm.
4808 4809 4810 4811 4812 4813 4814 4815 4816 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808 class SuccessCriteriaAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id, :created_at) SENSITIVE = [] include Aws::Structure end |