class Aws::Connect::Client
def update_hours_of_operation_override(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_hours_of_operation_override(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateHoursOfOperationOverride - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Returns:
-
(Struct)
- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)
-
:effective_till
(String
) -- -
:effective_from
(String
) -- -
:config
(Array
) -- -
:description
(String
) -- -
:name
(String
) -- -
:hours_of_operation_override_id
(required, String
) -- -
:hours_of_operation_id
(required, String
) -- -
:instance_id
(required, String
) --
def update_hours_of_operation_override(params = {}, options = {}) req = build_request(:update_hours_of_operation_override, params) req.send_request(options) end