Module: Aws::APIGateway::Client::_UpdateAuthorizerResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#auth_type::String

Returns:

  • (::String)


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

def auth_type: () -> ::String

#authorizer_credentials::String

Returns:

  • (::String)


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

def authorizer_credentials: () -> ::String

#authorizer_result_ttl_in_seconds::Integer

Returns:

  • (::Integer)


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

def authorizer_result_ttl_in_seconds: () -> ::Integer

#authorizer_uri::String

Returns:

  • (::String)


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

def authorizer_uri: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#identity_source::String

Returns:

  • (::String)


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

def identity_source: () -> ::String

#identity_validation_expression::String

Returns:

  • (::String)


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

def identity_validation_expression: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#provider_arns::Array[::String]

Returns:

  • (::Array[::String])


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

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

#type"TOKEN", ...

Returns:

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


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

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