class Aws::Connect::Types::UpdateUserSecurityProfilesRequest
@note When making an API call, you may pass UpdateUserSecurityProfilesRequest
data as a hash: { security_profile_ids: ["SecurityProfileId"], # required user_id: "UserId", # required instance_id: "InstanceId", # required }
@!attribute [rw] security_profile_ids
The identifiers of the security profiles for the user. @return [Array<String>]
@!attribute [rw] user_id
The identifier of the user account. @return [String]
@!attribute [rw] instance_id
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserSecurityProfilesRequest AWS API Documentation
Constants
- SENSITIVE