Class: Aws::Types::CreateBackupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_name ⇒ ::String
Returns the value of attribute backup_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#backup_name ⇒ ::String
Returns the value of attribute backup_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def backup_name @backup_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
267 268 269 |
# File 'sig/types.rbs', line 267 def table_name @table_name end |