class Aws::IAM::Types::UpdateServiceSpecificCredentialRequest

@note When making an API call, you may pass UpdateServiceSpecificCredentialRequest

data as a hash:

    {
      user_name: "userNameType",
      service_specific_credential_id: "serviceSpecificCredentialId", # required
      status: "Active", # required, accepts Active, Inactive
    }

@!attribute [rw] user_name

The name of the IAM user associated with the service-specific
credential. If you do not specify this value, then the operation
assumes the user whose credentials are used to call the operation.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] service_specific_credential_id

The unique identifier of the service-specific credential.

This parameter allows (through its [regex pattern][1]) a string of
characters that can consist of any upper or lowercased letter or
digit.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] status

The status to be assigned to the service-specific credential.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServiceSpecificCredentialRequest AWS API Documentation

Constants

SENSITIVE