Class: Aws::Types::CustomAuthConfig
- Inherits:
-
Object
- Object
- Aws::Types::CustomAuthConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_parameters ⇒ ::Array[Types::AuthParameter]
Returns the value of attribute auth_parameters.
-
#custom_authentication_type ⇒ ::String
Returns the value of attribute custom_authentication_type.
Instance Attribute Details
#auth_parameters ⇒ ::Array[Types::AuthParameter]
Returns the value of attribute auth_parameters.
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.
340 341 342 |
# File 'sig/types.rbs', line 340 def custom_authentication_type @custom_authentication_type end |