Class: Aws::DynamoDB::Types::SourceTableDetails

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

Overview

Contains the details of the table when the backup was created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_modeString

Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.

  • PROVISIONED - Sets the read/write capacity mode to PROVISIONED. We recommend using PROVISIONED for predictable workloads.

  • PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We recommend using PAY_PER_REQUEST for unpredictable workloads.

Returns:

  • (String)


8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

Number of items in the table. Note that this is an approximate value.

Returns:

  • (Integer)


8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#key_schemaArray<Types::KeySchemaElement>

Schema of the table.

Returns:



8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_throughputTypes::ProvisionedThroughput

Read IOPs and Write IOPS on the table when the backup was created.



8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

ARN of the table for which backup was created.

Returns:

  • (String)


8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#table_creation_date_timeTime

Time when the source table was created.

Returns:

  • (Time)


8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#table_idString

Unique identifier for the table for which the backup was created.

Returns:

  • (String)


8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table for which the backup was created.

Returns:

  • (String)


8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#table_size_bytesInteger

Size of the table in bytes. Note that this is an approximate value.

Returns:

  • (Integer)


8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8251

class SourceTableDetails < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :table_size_bytes,
  :key_schema,
  :table_creation_date_time,
  :provisioned_throughput,
  :item_count,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end