Class: Aws::Types::ResetServiceSpecificCredentialRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_specific_credential_id::String

Returns the value of attribute service_specific_credential_id.

Returns:

  • (::String)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def service_specific_credential_id
  @service_specific_credential_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def user_name
  @user_name
end