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

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

Overview

Contains additional details about a service-specific credential.

Constant Summary collapse

SENSITIVE =
[]

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)


9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9433

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

#service_nameString

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

Returns:

  • (String)


9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9433

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

#service_specific_credential_idString

The unique identifier for the service-specific credential.

Returns:

  • (String)


9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9433

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

#service_user_nameString

The generated user name for the service-specific credential.

Returns:

  • (String)


9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9433

class ServiceSpecificCredentialMetadata < Struct.new(
  :user_name,
  :status,
  :service_user_name,
  :create_date,
  :service_specific_credential_id,
  :service_name)
  SENSITIVE = []
  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)


9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9433

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

#user_nameString

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

Returns:

  • (String)


9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9433

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