Class: Aws::Types::TableCreationParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_definitions::Array[Types::AttributeDefinition]

Returns the value of attribute attribute_definitions.

Returns:



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.

Returns:

  • ("PROVISIONED", "PAY_PER_REQUEST")


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.

Returns:



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.

Returns:



1606
1607
1608
# File 'sig/types.rbs', line 1606

def key_schema
  @key_schema
end

#on_demand_throughputTypes::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_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



1608
1609
1610
# File 'sig/types.rbs', line 1608

def provisioned_throughput
  @provisioned_throughput
end

#sse_specificationTypes::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.

Returns:

  • (::String)


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.

Returns:



1612
1613
1614
# File 'sig/types.rbs', line 1612

def vector_indexes
  @vector_indexes
end