Class: Aws::Resiliencehubv2::Types::TestRunObservabilityAlarmSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::TestRunObservabilityAlarmSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Summary information about an observability alarm snapshot captured for a test run.
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.
-
#region ⇒ String
The Region of the CloudWatch alarm.
Instance Attribute Details
#account_id ⇒ String
The account ID that owns the CloudWatch alarm.
5560 5561 5562 5563 5564 5565 5566 5567 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5560 class TestRunObservabilityAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id) SENSITIVE = [] include Aws::Structure end |
#alarm_arn ⇒ String
The ARN of the CloudWatch alarm.
5560 5561 5562 5563 5564 5565 5566 5567 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5560 class TestRunObservabilityAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id) SENSITIVE = [] include Aws::Structure end |
#alarm_name ⇒ String
The name of the CloudWatch alarm.
5560 5561 5562 5563 5564 5565 5566 5567 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5560 class TestRunObservabilityAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region of the CloudWatch alarm.
5560 5561 5562 5563 5564 5565 5566 5567 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5560 class TestRunObservabilityAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id) SENSITIVE = [] include Aws::Structure end |