Class: Aws::Types::RestoreFromSnapshotResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFromSnapshotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
Returns the value of attribute namespace.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
Instance Attribute Details
#namespace ⇒ Types::Namespace
Returns the value of attribute namespace.
823 824 825 |
# File 'sig/types.rbs', line 823 def namespace @namespace end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
824 825 826 |
# File 'sig/types.rbs', line 824 def owner_account @owner_account end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
825 826 827 |
# File 'sig/types.rbs', line 825 def snapshot_name @snapshot_name end |