class Aws::DynamoDB::Client

def create_table(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_table(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/CreateTable - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To create a table -

Returns:
  • (Types::CreateTableOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Array) --
  • :sse_specification (Types::SSESpecification) --
  • :stream_specification (Types::StreamSpecification) --
  • :provisioned_throughput (Types::ProvisionedThroughput) --
  • :billing_mode (String) --
  • :global_secondary_indexes (Array) --
  • :local_secondary_indexes (Array) --
  • :key_schema (required, Array) --
  • :table_name (required, String) --
  • :attribute_definitions (required, Array) --
def create_table(params = {}, options = {})
  req = build_request(:create_table, params)
  req.send_request(options)
end