Class: Aws::Types::TableCreationParameters
- Inherits:
-
Object
- Object
- Aws::Types::TableCreationParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_definitions ⇒ ::Array[Types::AttributeDefinition]
Returns the value of attribute attribute_definitions.
-
#billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode.
-
#global_secondary_indexes ⇒ ::Array[Types::GlobalSecondaryIndex]
Returns the value of attribute global_secondary_indexes.
-
#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.
-
#sse_specification ⇒ Types::SSESpecification
Returns the value of attribute sse_specification.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#vector_indexes ⇒ ::Array[Types::VectorIndex]
Returns the value of attribute vector_indexes.
Instance Attribute Details
#attribute_definitions ⇒ ::Array[Types::AttributeDefinition]
Returns the value of attribute attribute_definitions.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def attribute_definitions @attribute_definitions end |
#billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def billing_mode @billing_mode end |
#global_secondary_indexes ⇒ ::Array[Types::GlobalSecondaryIndex]
Returns the value of attribute global_secondary_indexes.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def global_secondary_indexes @global_secondary_indexes end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def key_schema @key_schema end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def on_demand_throughput @on_demand_throughput end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def provisioned_throughput @provisioned_throughput end |
#sse_specification ⇒ Types::SSESpecification
Returns the value of attribute sse_specification.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def sse_specification @sse_specification end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def table_name @table_name end |
#vector_indexes ⇒ ::Array[Types::VectorIndex]
Returns the value of attribute vector_indexes.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def vector_indexes @vector_indexes end |