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.
9469 9470 9471 |
# File 'sig/types.rbs', line 9469 def @authentication_metadata end |
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
9468 9469 9470 |
# File 'sig/types.rbs', line 9468 def authentication_type @authentication_type end |