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)


464
465
466
# File 'sig/types.rbs', line 464

def service_specific_credential_id
  @service_specific_credential_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def user_name
  @user_name
end