Class: Aws::DynamoDB::Types::CreateBackupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateBackupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_name ⇒ String
Specified name for the backup.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#backup_name ⇒ String
Specified name for the backup.
1673 1674 1675 1676 1677 1678 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1673 class CreateBackupInput < Struct.new( :table_name, :backup_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
1673 1674 1675 1676 1677 1678 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1673 class CreateBackupInput < Struct.new( :table_name, :backup_name) SENSITIVE = [] include Aws::Structure end |