Class: Aws::Resiliencehubv2::Types::SuccessCriteriaAlarmSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Summary information about a configured success criteria alarm.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID that owns the CloudWatch alarm.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
4815
4816
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808

class SuccessCriteriaAlarmSummary < 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)


4808
4809
4810
4811
4812
4813
4814
4815
4816
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808

class SuccessCriteriaAlarmSummary < 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)


4808
4809
4810
4811
4812
4813
4814
4815
4816
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808

class SuccessCriteriaAlarmSummary < 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)


4808
4809
4810
4811
4812
4813
4814
4815
4816
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808

class SuccessCriteriaAlarmSummary < 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)


4808
4809
4810
4811
4812
4813
4814
4815
4816
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4808

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