Class: Aws::Resiliencehubv2::Types::ObservabilityAlarmSummary

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

Instance Attribute Details

#account_idString

The account ID that owns the CloudWatch alarm.

Returns:

  • (String)


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_arnString

The ARN of the CloudWatch alarm.

Returns:

  • (String)


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_nameString

The name of the CloudWatch alarm.

Returns:

  • (String)


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_atTime

The timestamp when the source was configured.

Returns:

  • (Time)


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

#regionString

The Region of the CloudWatch alarm.

Returns:

  • (String)


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