Class: Aws::IAM::Types::UpdateServiceSpecificCredentialRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_specific_credential_idString

The unique identifier of the service-specific credential.

This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

Returns:

  • (String)


11298
11299
11300
11301
11302
11303
11304
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11298

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

#statusString

The status to be assigned to the service-specific credential.

Returns:

  • (String)


11298
11299
11300
11301
11302
11303
11304
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11298

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

#user_nameString

The name of the IAM user associated with the service-specific credential. If you do not specify this value, then the operation assumes the user whose credentials are used to call the operation.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Returns:

  • (String)


11298
11299
11300
11301
11302
11303
11304
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11298

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