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.
829 830 831 |
# File 'sig/types.rbs', line 829 def @authentication_metadata end |
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
828 829 830 |
# File 'sig/types.rbs', line 828 def authentication_type @authentication_type end |