class Aws::Connect::Client
def create_instance(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_instance(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateInstance - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateInstanceResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:tags
(Hash
) -- -
:outbound_calls_enabled
(required, Boolean
) -- -
:inbound_calls_enabled
(required, Boolean
) -- -
:directory_id
(String
) -- -
:instance_alias
(String
) -- -
:identity_management_type
(required, String
) -- -
:client_token
(String
) --
def create_instance(params = {}, options = {}) req = build_request(:create_instance, params) req.send_request(options) end