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