class Aws::IAM::Types::ListServiceSpecificCredentialsRequest

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

data as a hash:

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

@!attribute [rw] user_name

The name of the user whose service-specific credentials you want
information about. If this value is not specified, 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_name

Filters the returned results to only those for the specified Amazon
Web Services service. If not specified, then Amazon Web Services
returns service-specific credentials for all services.
@return [String]

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

Constants

SENSITIVE