Class: Aws::Types::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails

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)


524
525
526
# File 'sig/types.rbs', line 524

def authorizer_result_ttl_in_seconds
  @authorizer_result_ttl_in_seconds
end

#authorizer_uri::String

Returns the value of attribute authorizer_uri.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def authorizer_uri
  @authorizer_uri
end

#identity_validation_expression::String

Returns the value of attribute identity_validation_expression.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def identity_validation_expression
  @identity_validation_expression
end