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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/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)


3488
3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3488

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)


3488
3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3488

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)


3488
3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3488

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)


3488
3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3488

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)


3488
3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3488

class ObservabilityAlarmSummary < Struct.new(
  :alarm_arn,
  :alarm_name,
  :region,
  :account_id,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end