Class: Aws::Types::AuthorizerConfiguration

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

Defined Under Namespace

Classes: CustomJwtAuthorizer, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_jwt_authorizerTypes::CustomJWTAuthorizerConfiguration

Returns the value of attribute custom_jwt_authorizer.



48
49
50
# File 'sig/types.rbs', line 48

def custom_jwt_authorizer
  @custom_jwt_authorizer
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


49
50
51
# File 'sig/types.rbs', line 49

def unknown
  @unknown
end