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.
1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1652 class CreateBackupInput < Struct.new( :table_name, :backup_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1652 class CreateBackupInput < Struct.new( :table_name, :backup_name) SENSITIVE = [] include Aws::Structure end |