Class: Aws::Types::BackendAPIAuthType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mode ⇒ "API_KEY", ...

Returns the value of attribute mode.

Returns:

  • ("API_KEY", "AWS_IAM", "AMAZON_COGNITO_USER_POOLS", "OPENID_CONNECT")


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