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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains the details of a service-specific credential.

Constant Summary collapse

SENSITIVE =
[:service_password]

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)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9385

class ServiceSpecificCredential < Struct.new(
  :create_date,
  :service_name,
  :service_user_name,
  :service_password,
  :service_specific_credential_id,
  :user_name,
  :status)
  SENSITIVE = [:service_password]
  include Aws::Structure
end

#service_nameString

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

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9385

class ServiceSpecificCredential < Struct.new(
  :create_date,
  :service_name,
  :service_user_name,
  :service_password,
  :service_specific_credential_id,
  :user_name,
  :status)
  SENSITIVE = [:service_password]
  include Aws::Structure
end

#service_passwordString

The generated password for the service-specific credential.

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9385

class ServiceSpecificCredential < Struct.new(
  :create_date,
  :service_name,
  :service_user_name,
  :service_password,
  :service_specific_credential_id,
  :user_name,
  :status)
  SENSITIVE = [:service_password]
  include Aws::Structure
end

#service_specific_credential_idString

The unique identifier for the service-specific credential.

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9385

class ServiceSpecificCredential < Struct.new(
  :create_date,
  :service_name,
  :service_user_name,
  :service_password,
  :service_specific_credential_id,
  :user_name,
  :status)
  SENSITIVE = [:service_password]
  include Aws::Structure
end

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

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9385

class ServiceSpecificCredential < Struct.new(
  :create_date,
  :service_name,
  :service_user_name,
  :service_password,
  :service_specific_credential_id,
  :user_name,
  :status)
  SENSITIVE = [:service_password]
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9385

class ServiceSpecificCredential < Struct.new(
  :create_date,
  :service_name,
  :service_user_name,
  :service_password,
  :service_specific_credential_id,
  :user_name,
  :status)
  SENSITIVE = [:service_password]
  include Aws::Structure
end

#user_nameString

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

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9385

class ServiceSpecificCredential < Struct.new(
  :create_date,
  :service_name,
  :service_user_name,
  :service_password,
  :service_specific_credential_id,
  :user_name,
  :status)
  SENSITIVE = [:service_password]
  include Aws::Structure
end