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