Class: Aws::Resiliencehubv2::Types::TestRunObservabilityAlarmSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The account ID that owns the CloudWatch alarm.

Returns:

  • (String)


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_arnString

The ARN of the CloudWatch alarm.

Returns:

  • (String)


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_nameString

The name of the CloudWatch alarm.

Returns:

  • (String)


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

#regionString

The Region of the CloudWatch alarm.

Returns:

  • (String)


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