Class: Aws::Types::SourceTableDetails
- Inherits:
-
Object
- Object
- Aws::Types::SourceTableDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
-
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#table_creation_date_time ⇒ ::Time
Returns the value of attribute table_creation_date_time.
-
#table_id ⇒ ::String
Returns the value of attribute table_id.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_size_bytes ⇒ ::Integer
Returns the value of attribute table_size_bytes.
Instance Attribute Details
#billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def billing_mode @billing_mode end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def item_count @item_count end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def key_schema @key_schema end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def on_demand_throughput @on_demand_throughput end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def provisioned_throughput @provisioned_throughput end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def table_arn @table_arn end |
#table_creation_date_time ⇒ ::Time
Returns the value of attribute table_creation_date_time.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def table_creation_date_time @table_creation_date_time end |
#table_id ⇒ ::String
Returns the value of attribute table_id.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def table_id @table_id end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def table_name @table_name end |
#table_size_bytes ⇒ ::Integer
Returns the value of attribute table_size_bytes.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def table_size_bytes @table_size_bytes end |