Class: Aws::Types::DeleteServiceSpecificCredentialRequest

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)


476
477
478
# File 'sig/types.rbs', line 476

def service_specific_credential_id
  @service_specific_credential_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def user_name
  @user_name
end