Class: Aws::Types::DisasterRecoverySource
- Inherits:
-
Object
- Object
- Aws::Types::DisasterRecoverySource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#source ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute source.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
391 392 393 |
# File 'sig/types.rbs', line 391 def policy_name @policy_name end |
#source ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute source.
392 393 394 |
# File 'sig/types.rbs', line 392 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
390 391 392 |
# File 'sig/types.rbs', line 390 def value @value end |