Class: Aws::Types::CustomAuthCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_map::Hash[::String, ::String]

Returns the value of attribute credentials_map.

Returns:

  • (::Hash[::String, ::String])


347
348
349
# File 'sig/types.rbs', line 347

def credentials_map
  @credentials_map
end

#custom_authentication_type::String

Returns the value of attribute custom_authentication_type.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def custom_authentication_type
  @custom_authentication_type
end