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.
1680 1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1680 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.
1680 1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1680 class CreateBackupInput < Struct.new( :table_name, :backup_name) SENSITIVE = [] include Aws::Structure end |