Class: Aws::IAM::Types::ServiceSpecificCredentialMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ServiceSpecificCredentialMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains additional details about a service-specific credential.
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time, in [ISO 8601 date-time format], when the service-specific credential were created.
-
#service_name ⇒ String
The name of the service associated with the service-specific credential.
-
#service_specific_credential_id ⇒ String
The unique identifier for the service-specific credential.
-
#service_user_name ⇒ String
The generated user name for the service-specific credential.
-
#status ⇒ String
The status of the service-specific credential.
-
#user_name ⇒ String
The name of the IAM user associated with the service-specific credential.
Instance Attribute Details
#create_date ⇒ Time
The date and time, in [ISO 8601 date-time format], when the service-specific credential were created.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-iam/types.rb', line 8485 class ServiceSpecificCredentialMetadata < Struct.new( :user_name, :status, :service_user_name, :create_date, :service_specific_credential_id, :service_name) include Aws::Structure end |
#service_name ⇒ String
The name of the service associated with the service-specific credential.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-iam/types.rb', line 8485 class ServiceSpecificCredentialMetadata < Struct.new( :user_name, :status, :service_user_name, :create_date, :service_specific_credential_id, :service_name) include Aws::Structure end |
#service_specific_credential_id ⇒ String
The unique identifier for the service-specific credential.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-iam/types.rb', line 8485 class ServiceSpecificCredentialMetadata < Struct.new( :user_name, :status, :service_user_name, :create_date, :service_specific_credential_id, :service_name) include Aws::Structure end |
#service_user_name ⇒ String
The generated user name for the service-specific credential.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-iam/types.rb', line 8485 class ServiceSpecificCredentialMetadata < Struct.new( :user_name, :status, :service_user_name, :create_date, :service_specific_credential_id, :service_name) include Aws::Structure end |
#status ⇒ String
The status of the service-specific credential. ‘Active` means that the key is valid for API calls, while `Inactive` means it is not.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-iam/types.rb', line 8485 class ServiceSpecificCredentialMetadata < Struct.new( :user_name, :status, :service_user_name, :create_date, :service_specific_credential_id, :service_name) include Aws::Structure end |
#user_name ⇒ String
The name of the IAM user associated with the service-specific credential.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-iam/types.rb', line 8485 class ServiceSpecificCredentialMetadata < Struct.new( :user_name, :status, :service_user_name, :create_date, :service_specific_credential_id, :service_name) include Aws::Structure end |