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

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


4619
4620
4621
4622
4623
4624
4625
4626
4627
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4619

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)


4619
4620
4621
4622
4623
4624
4625
4626
4627
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4619

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)


4619
4620
4621
4622
4623
4624
4625
4626
4627
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4619

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)


4619
4620
4621
4622
4623
4624
4625
4626
4627
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4619

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)


4619
4620
4621
4622
4623
4624
4625
4626
4627
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4619

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