You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::ServiceSpecificCredential

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

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

Returns:

  • (Time)

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

#service_nameString

The name of the service associated with the service-specific credential.

Returns:

  • (String)

    The name of the service associated with the service-specific credential.

#service_passwordString

The generated password for the service-specific credential.

Returns:

  • (String)

    The generated password for the service-specific credential.

#service_specific_credential_idString

The unique identifier for the service-specific credential.

Returns:

  • (String)

    The unique identifier for the service-specific credential.

#service_user_nameString

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 AWS account, as in jane-at-123456789012, for example. This value cannot be configured by the user.

Returns:

  • (String)

    The generated user name for the service-specific credential.

#statusString

The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.

Possible values:

  • Active
  • Inactive

Returns:

  • (String)

    The status of the service-specific credential.

#user_nameString

The name of the IAM user associated with the service-specific credential.

Returns:

  • (String)

    The name of the IAM user associated with the service-specific credential.