class Aws::DynamoDB::Client
def create_global_table(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_global_table(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/CreateGlobalTable - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateGlobalTableOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:replication_group
(required, Array
) -- -
:global_table_name
(required, String
) --
def create_global_table(params = {}, options = {}) req = build_request(:create_global_table, params) req.send_request(options) end