Class: Aws::Types::AuthMode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"API_KEY", ...

Returns the value of attribute auth_type.

Returns:

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


124
125
126
# File 'sig/types.rbs', line 124

def auth_type
  @auth_type
end