Module: Aws::APIGateway::Client::_GetAuthorizerResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::Authorizer]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#auth_type::String

Returns:

  • (::String)


732
# File 'sig/client.rbs', line 732

def auth_type: () -> ::String

#authorizer_credentials::String

Returns:

  • (::String)


734
# File 'sig/client.rbs', line 734

def authorizer_credentials: () -> ::String

#authorizer_result_ttl_in_seconds::Integer

Returns:

  • (::Integer)


737
# File 'sig/client.rbs', line 737

def authorizer_result_ttl_in_seconds: () -> ::Integer

#authorizer_uri::String

Returns:

  • (::String)


733
# File 'sig/client.rbs', line 733

def authorizer_uri: () -> ::String

#id::String

Returns:

  • (::String)


728
# File 'sig/client.rbs', line 728

def id: () -> ::String

#identity_source::String

Returns:

  • (::String)


735
# File 'sig/client.rbs', line 735

def identity_source: () -> ::String

#identity_validation_expression::String

Returns:

  • (::String)


736
# File 'sig/client.rbs', line 736

def identity_validation_expression: () -> ::String

#name::String

Returns:

  • (::String)


729
# File 'sig/client.rbs', line 729

def name: () -> ::String

#provider_arns::Array[::String]

Returns:

  • (::Array[::String])


731
# File 'sig/client.rbs', line 731

def provider_arns: () -> ::Array[::String]

#type"TOKEN", ...

Returns:

  • ("TOKEN", "REQUEST", "COGNITO_USER_POOLS")


730
# File 'sig/client.rbs', line 730

def type: () -> ("TOKEN" | "REQUEST" | "COGNITO_USER_POOLS")