Class: Aws::DynamoDB::Types::SourceTableDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::SourceTableDetails
- 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
-
#billing_mode ⇒ String
Controls how you are charged for read and write throughput and how you manage capacity.
-
#item_count ⇒ Integer
Number of items in the table.
-
#key_schema ⇒ Array<Types::KeySchemaElement>
Schema of the table.
-
#on_demand_throughput ⇒ Types::OnDemandThroughput
Sets the maximum number of read and write units for the specified on-demand table.
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Read IOPs and Write IOPS on the table when the backup was created.
-
#table_arn ⇒ String
ARN of the table for which backup was created.
-
#table_creation_date_time ⇒ Time
Time when the source table was created.
-
#table_id ⇒ String
Unique identifier for the table for which the backup was created.
-
#table_name ⇒ String
The name of the table for which the backup was created.
-
#table_size_bytes ⇒ Integer
Size of the table in bytes.
Instance Attribute Details
#billing_mode ⇒ String
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 toPROVISIONED
. We recommend usingPROVISIONED
for predictable workloads.PAY_PER_REQUEST
- Sets the read/write capacity mode toPAY_PER_REQUEST
. We recommend usingPAY_PER_REQUEST
for unpredictable workloads.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#item_count ⇒ Integer
Number of items in the table. Note that this is an approximate value.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#key_schema ⇒ Array<Types::KeySchemaElement>
Schema of the table.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Sets the maximum number of read and write units for the specified
on-demand table. If you use this parameter, you must specify
MaxReadRequestUnits
, MaxWriteRequestUnits
, or both.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Read IOPs and Write IOPS on the table when the backup was created.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
ARN of the table for which backup was created.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#table_creation_date_time ⇒ Time
Time when the source table was created.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#table_id ⇒ String
Unique identifier for the table for which the backup was created.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which the backup was created.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |
#table_size_bytes ⇒ Integer
Size of the table in bytes. Note that this is an approximate value.
8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8402 class SourceTableDetails < Struct.new( :table_name, :table_id, :table_arn, :table_size_bytes, :key_schema, :table_creation_date_time, :provisioned_throughput, :on_demand_throughput, :item_count, :billing_mode) SENSITIVE = [] include Aws::Structure end |