class Aws::IAM::Types::ServiceSpecificCredential

Contains the details of a service-specific credential.

@!attribute [rw] create_date

The date and time, in [ISO 8601 date-time format][1], when the
service-specific credential were created.

[1]: http://www.iso.org/iso/iso8601
@return [Time]

@!attribute [rw] service_name

The name of the service associated with the service-specific
credential.
@return [String]

@!attribute [rw] service_user_name

The generated user name for the service-specific credential. This
value is generated by combining the IAM user's name combined with
the ID number of the Amazon Web Services account, as in
`jane-at-123456789012`, for example. This value cannot be configured
by the user.
@return [String]

@!attribute [rw] service_password

The generated password for the service-specific credential.
@return [String]

@!attribute [rw] service_specific_credential_id

The unique identifier for the service-specific credential.
@return [String]

@!attribute [rw] user_name

The name of the IAM user associated with the service-specific
credential.
@return [String]

@!attribute [rw] status

The status of the service-specific credential. `Active` means that
the key is valid for API calls, while `Inactive` means it is not.
@return [String]

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

Constants

SENSITIVE