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.
384 385 386 |
# File 'sig/types.rbs', line 384 def policy_name @policy_name end |
#source ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute source.
385 386 387 |
# File 'sig/types.rbs', line 385 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
383 384 385 |
# File 'sig/types.rbs', line 383 def value @value end |