Class: Aws::Types::BackendAPIAuthType
- Inherits:
-
Object
- Object
- Aws::Types::BackendAPIAuthType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "API_KEY", ...
Returns the value of attribute mode.
-
#settings ⇒ Types::BackendAPIAppSyncAuthSettings
Returns the value of attribute settings.
Instance Attribute Details
#mode ⇒ "API_KEY", ...
Returns the value of attribute mode.
24 25 26 |
# File 'sig/types.rbs', line 24 def mode @mode end |
#settings ⇒ Types::BackendAPIAppSyncAuthSettings
Returns the value of attribute settings.
25 26 27 |
# File 'sig/types.rbs', line 25 def settings @settings end |