Class: Aws::Types::LambdaAuthorizerConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_result_ttl_in_seconds::Integer

Returns the value of attribute authorizer_result_ttl_in_seconds.

Returns:

  • (::Integer)


917
918
919
# File 'sig/types.rbs', line 917

def authorizer_result_ttl_in_seconds
  @authorizer_result_ttl_in_seconds
end

#authorizer_uri::String

Returns the value of attribute authorizer_uri.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def authorizer_uri
  @authorizer_uri
end

#identity_validation_expression::String

Returns the value of attribute identity_validation_expression.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def identity_validation_expression
  @identity_validation_expression
end