Class: Aws::Types::AuthConfig
- Inherits:
-
Object
- Object
- Aws::Types::AuthConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_metadata ⇒ Types::AuthenticationMetadata
Returns the value of attribute authentication_metadata.
-
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
Instance Attribute Details
#authentication_metadata ⇒ Types::AuthenticationMetadata
Returns the value of attribute authentication_metadata.
770 771 772 |
# File 'sig/types.rbs', line 770 def @authentication_metadata end |
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
769 770 771 |
# File 'sig/types.rbs', line 769 def authentication_type @authentication_type end |