Class: Aws::IAM::Types::ServiceSpecificCredential
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ServiceSpecificCredential
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the details of 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_password ⇒ String
The generated password for 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.
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iam/types.rb', line 7562 class ServiceSpecificCredential < Struct.new( :create_date, :service_name, :service_user_name, :service_password, :service_specific_credential_id, :user_name, :status) include Aws::Structure end |
#service_name ⇒ String
The name of the service associated with the service-specific credential.
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iam/types.rb', line 7562 class ServiceSpecificCredential < Struct.new( :create_date, :service_name, :service_user_name, :service_password, :service_specific_credential_id, :user_name, :status) include Aws::Structure end |
#service_password ⇒ String
The generated password for the service-specific credential.
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iam/types.rb', line 7562 class ServiceSpecificCredential < Struct.new( :create_date, :service_name, :service_user_name, :service_password, :service_specific_credential_id, :user_name, :status) include Aws::Structure end |
#service_specific_credential_id ⇒ String
The unique identifier for the service-specific credential.
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iam/types.rb', line 7562 class ServiceSpecificCredential < Struct.new( :create_date, :service_name, :service_user_name, :service_password, :service_specific_credential_id, :user_name, :status) include Aws::Structure end |
#service_user_name ⇒ String
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.
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iam/types.rb', line 7562 class ServiceSpecificCredential < Struct.new( :create_date, :service_name, :service_user_name, :service_password, :service_specific_credential_id, :user_name, :status) 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.
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iam/types.rb', line 7562 class ServiceSpecificCredential < Struct.new( :create_date, :service_name, :service_user_name, :service_password, :service_specific_credential_id, :user_name, :status) include Aws::Structure end |
#user_name ⇒ String
The name of the IAM user associated with the service-specific credential.
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iam/types.rb', line 7562 class ServiceSpecificCredential < Struct.new( :create_date, :service_name, :service_user_name, :service_password, :service_specific_credential_id, :user_name, :status) include Aws::Structure end |