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)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def service_specific_credential_id
  @service_specific_credential_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def user_name
  @user_name
end