class Aws::AlexaForBusiness::Client
def create_profile(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_profile(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateProfile - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateProfileResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:tags
(Array
) -- -
:meeting_room_configuration
(Types::CreateMeetingRoomConfiguration
) -- -
:data_retention_opt_in
(Boolean
) -- -
:pstn_enabled
(Boolean
) -- -
:max_volume_limit
(Integer
) -- -
:setup_mode_disabled
(Boolean
) -- -
:client_request_token
(String
) -- -
:locale
(String
) -- -
:wake_word
(required, String
) -- -
:temperature_unit
(required, String
) -- -
:distance_unit
(required, String
) -- -
:address
(required, String
) -- -
:timezone
(required, String
) -- -
:profile_name
(required, String
) --
def create_profile(params = {}, options = {}) req = build_request(:create_profile, params) req.send_request(options) end