Class: Aws::ResilienceHub::Types::RecommendationDisruptionCompliance

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

Overview

Defines a disruption compliance recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_compliance_statusString

The expected compliance status after applying the recommended configuration change.

Returns:

  • (String)


5285
5286
5287
5288
5289
5290
5291
5292
5293
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5285

class RecommendationDisruptionCompliance < Struct.new(
  :expected_compliance_status,
  :expected_rpo_description,
  :expected_rpo_in_secs,
  :expected_rto_description,
  :expected_rto_in_secs)
  SENSITIVE = []
  include Aws::Structure
end

#expected_rpo_descriptionString

The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.

Returns:

  • (String)


5285
5286
5287
5288
5289
5290
5291
5292
5293
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5285

class RecommendationDisruptionCompliance < Struct.new(
  :expected_compliance_status,
  :expected_rpo_description,
  :expected_rpo_in_secs,
  :expected_rto_description,
  :expected_rto_in_secs)
  SENSITIVE = []
  include Aws::Structure
end

#expected_rpo_in_secsInteger

The expected RPO after applying the recommended configuration change.

Returns:

  • (Integer)


5285
5286
5287
5288
5289
5290
5291
5292
5293
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5285

class RecommendationDisruptionCompliance < Struct.new(
  :expected_compliance_status,
  :expected_rpo_description,
  :expected_rpo_in_secs,
  :expected_rto_description,
  :expected_rto_in_secs)
  SENSITIVE = []
  include Aws::Structure
end

#expected_rto_descriptionString

The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.

Returns:

  • (String)


5285
5286
5287
5288
5289
5290
5291
5292
5293
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5285

class RecommendationDisruptionCompliance < Struct.new(
  :expected_compliance_status,
  :expected_rpo_description,
  :expected_rpo_in_secs,
  :expected_rto_description,
  :expected_rto_in_secs)
  SENSITIVE = []
  include Aws::Structure
end

#expected_rto_in_secsInteger

The expected RTO after applying the recommended configuration change.

Returns:

  • (Integer)


5285
5286
5287
5288
5289
5290
5291
5292
5293
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5285

class RecommendationDisruptionCompliance < Struct.new(
  :expected_compliance_status,
  :expected_rpo_description,
  :expected_rpo_in_secs,
  :expected_rto_description,
  :expected_rto_in_secs)
  SENSITIVE = []
  include Aws::Structure
end