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