class Aws::IAM::Types::CreateServiceSpecificCredentialRequest

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

data as a hash:

    {
      user_name: "userNameType", # required
      service_name: "serviceName", # required
    }

@!attribute [rw] user_name

The name of the IAM user that is to be associated with the
credentials. The new service-specific credentials have the same
permissions as the associated user except that they can be used only
to access the specified service.

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_name

The name of the Amazon Web Services service that is to be associated
with the credentials. The service you specify here is the only
service that can be accessed using these credentials.
@return [String]

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

Constants

SENSITIVE