Class: Aws::Types::RecommendationDisruptionCompliance
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationDisruptionCompliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute expected_compliance_status.
-
#expected_rpo_description ⇒ ::String
Returns the value of attribute expected_rpo_description.
-
#expected_rpo_in_secs ⇒ ::Integer
Returns the value of attribute expected_rpo_in_secs.
-
#expected_rto_description ⇒ ::String
Returns the value of attribute expected_rto_description.
-
#expected_rto_in_secs ⇒ ::Integer
Returns the value of attribute expected_rto_in_secs.
Instance Attribute Details
#expected_compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute expected_compliance_status.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def expected_compliance_status @expected_compliance_status end |
#expected_rpo_description ⇒ ::String
Returns the value of attribute expected_rpo_description.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def expected_rpo_description @expected_rpo_description end |
#expected_rpo_in_secs ⇒ ::Integer
Returns the value of attribute expected_rpo_in_secs.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def expected_rpo_in_secs @expected_rpo_in_secs end |
#expected_rto_description ⇒ ::String
Returns the value of attribute expected_rto_description.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def expected_rto_description @expected_rto_description end |
#expected_rto_in_secs ⇒ ::Integer
Returns the value of attribute expected_rto_in_secs.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def expected_rto_in_secs @expected_rto_in_secs end |