Class: Aws::Types::ReadAuthConfig
- Inherits:
-
Object
- Object
- Aws::Types::ReadAuthConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_metadata ⇒ Types::ReadAuthenticationMetadata
Returns the value of attribute authentication_metadata.
-
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
Instance Attribute Details
#authentication_metadata ⇒ Types::ReadAuthenticationMetadata
Returns the value of attribute authentication_metadata.
9101 9102 9103 |
# File 'sig/types.rbs', line 9101 def @authentication_metadata end |
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
9100 9101 9102 |
# File 'sig/types.rbs', line 9100 def authentication_type @authentication_type end |