Class: Aws::Types::CustomAuthConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_parameters::Array[Types::AuthParameter]

Returns the value of attribute auth_parameters.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def auth_parameters
  @auth_parameters
end

#custom_authentication_type::String

Returns the value of attribute custom_authentication_type.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def custom_authentication_type
  @custom_authentication_type
end