Class: Aws::Types::DisruptionCompliance
- Inherits:
-
Object
- Object
- Aws::Types::DisruptionCompliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#achievable_rpo_in_secs ⇒ ::Integer
Returns the value of attribute achievable_rpo_in_secs.
-
#achievable_rto_in_secs ⇒ ::Integer
Returns the value of attribute achievable_rto_in_secs.
-
#compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute compliance_status.
-
#current_rpo_in_secs ⇒ ::Integer
Returns the value of attribute current_rpo_in_secs.
-
#current_rto_in_secs ⇒ ::Integer
Returns the value of attribute current_rto_in_secs.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#rpo_description ⇒ ::String
Returns the value of attribute rpo_description.
-
#rpo_reference_id ⇒ ::String
Returns the value of attribute rpo_reference_id.
-
#rto_description ⇒ ::String
Returns the value of attribute rto_description.
-
#rto_reference_id ⇒ ::String
Returns the value of attribute rto_reference_id.
Instance Attribute Details
#achievable_rpo_in_secs ⇒ ::Integer
Returns the value of attribute achievable_rpo_in_secs.
610 611 612 |
# File 'sig/types.rbs', line 610 def achievable_rpo_in_secs @achievable_rpo_in_secs end |
#achievable_rto_in_secs ⇒ ::Integer
Returns the value of attribute achievable_rto_in_secs.
611 612 613 |
# File 'sig/types.rbs', line 611 def achievable_rto_in_secs @achievable_rto_in_secs end |
#compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute compliance_status.
612 613 614 |
# File 'sig/types.rbs', line 612 def compliance_status @compliance_status end |
#current_rpo_in_secs ⇒ ::Integer
Returns the value of attribute current_rpo_in_secs.
613 614 615 |
# File 'sig/types.rbs', line 613 def current_rpo_in_secs @current_rpo_in_secs end |
#current_rto_in_secs ⇒ ::Integer
Returns the value of attribute current_rto_in_secs.
614 615 616 |
# File 'sig/types.rbs', line 614 def current_rto_in_secs @current_rto_in_secs end |
#message ⇒ ::String
Returns the value of attribute message.
615 616 617 |
# File 'sig/types.rbs', line 615 def @message end |
#rpo_description ⇒ ::String
Returns the value of attribute rpo_description.
616 617 618 |
# File 'sig/types.rbs', line 616 def rpo_description @rpo_description end |
#rpo_reference_id ⇒ ::String
Returns the value of attribute rpo_reference_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def rpo_reference_id @rpo_reference_id end |
#rto_description ⇒ ::String
Returns the value of attribute rto_description.
618 619 620 |
# File 'sig/types.rbs', line 618 def rto_description @rto_description end |
#rto_reference_id ⇒ ::String
Returns the value of attribute rto_reference_id.
619 620 621 |
# File 'sig/types.rbs', line 619 def rto_reference_id @rto_reference_id end |