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)


5145
5146
5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5145

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)


5145
5146
5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5145

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)


5145
5146
5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5145

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)


5145
5146
5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5145

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)


5145
5146
5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5145

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