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

Class: Aws::IAM::Types::ServiceSpecificCredentialMetadata

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

Overview

Contains additional details about a service-specific credential.

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_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.

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.