Class: Aws::IAM::Types::ResetServiceSpecificCredentialRequest

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)


8557
8558
8559
8560
8561
8562
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8557

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

#user_nameString

The name of the IAM user associated with the service-specific credential. If this value is not specified, 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)


8557
8558
8559
8560
8561
8562
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8557

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