Class: Aws::Types::ApplicationRestoreConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationRestoreConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_restore_type ⇒ "SKIP_RESTORE_FROM_SNAPSHOT", ...
Returns the value of attribute application_restore_type.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
Instance Attribute Details
#application_restore_type ⇒ "SKIP_RESTORE_FROM_SNAPSHOT", ...
Returns the value of attribute application_restore_type.
230 231 232 |
# File 'sig/types.rbs', line 230 def application_restore_type @application_restore_type end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def snapshot_name @snapshot_name end |