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