Class: Aws::Types::AdvancedBackupSetting
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedBackupSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
13 14 15 |
# File 'sig/types.rbs', line 13 def @backup_options end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
12 13 14 |
# File 'sig/types.rbs', line 12 def resource_type @resource_type end |