Class: Aws::ResilienceHub::Types::RecommendationDisruptionCompliance
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::RecommendationDisruptionCompliance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Defines a disruption compliance recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_compliance_status ⇒ String
The expected compliance status after applying the recommended configuration change.
-
#expected_rpo_description ⇒ String
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
-
#expected_rpo_in_secs ⇒ Integer
The expected RPO after applying the recommended configuration change.
-
#expected_rto_description ⇒ String
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
-
#expected_rto_in_secs ⇒ Integer
The expected RTO after applying the recommended configuration change.
Instance Attribute Details
#expected_compliance_status ⇒ String
The expected compliance status after applying the recommended configuration change.
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_description ⇒ String
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
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_secs ⇒ Integer
The expected RPO after applying the recommended configuration change.
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_description ⇒ String
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
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_secs ⇒ Integer
The expected RTO after applying the recommended configuration change.
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 |