Class: Aws::DynamoDB::Types::CreateBackupInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_nameString

Specified name for the backup.

Returns:

  • (String)


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_nameString

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


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