class Aws::Connect::Client
def create_hours_of_operation(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_hours_of_operation(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateHoursOfOperation - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateHoursOfOperationResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:tags
(Hash
) -- -
:config
(required, Array
) -- -
:time_zone
(required, String
) -- -
:description
(String
) -- -
:name
(required, String
) -- -
:instance_id
(required, String
) --
def create_hours_of_operation(params = {}, options = {}) req = build_request(:create_hours_of_operation, params) req.send_request(options) end