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)


5073
5074
5075
5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5073

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)


5073
5074
5075
5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5073

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)


5073
5074
5075
5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5073

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)


5073
5074
5075
5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5073

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)


5073
5074
5075
5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5073

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