Class: Aws::Resiliencehubv2::Types::ObservabilityAlarmSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ObservabilityAlarmSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Summary information about a configured observability 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.
3139 3140 3141 3142 3143 3144 3145 3146 3147 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3139 class ObservabilityAlarmSummary < 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.
3139 3140 3141 3142 3143 3144 3145 3146 3147 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3139 class ObservabilityAlarmSummary < 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.
3139 3140 3141 3142 3143 3144 3145 3146 3147 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3139 class ObservabilityAlarmSummary < 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.
3139 3140 3141 3142 3143 3144 3145 3146 3147 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3139 class ObservabilityAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region of the CloudWatch alarm.
3139 3140 3141 3142 3143 3144 3145 3146 3147 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3139 class ObservabilityAlarmSummary < Struct.new( :alarm_arn, :alarm_name, :region, :account_id, :created_at) SENSITIVE = [] include Aws::Structure end |