Module: Aws::APIGateway::Client::_CreateAuthorizerResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#auth_type::String

Returns:

  • (::String)


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

def auth_type: () -> ::String

#authorizer_credentials::String

Returns:

  • (::String)


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

def authorizer_credentials: () -> ::String

#authorizer_result_ttl_in_seconds::Integer

Returns:

  • (::Integer)


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

def authorizer_result_ttl_in_seconds: () -> ::Integer

#authorizer_uri::String

Returns:

  • (::String)


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

def authorizer_uri: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#identity_source::String

Returns:

  • (::String)


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

def identity_source: () -> ::String

#identity_validation_expression::String

Returns:

  • (::String)


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

def identity_validation_expression: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#provider_arns::Array[::String]

Returns:

  • (::Array[::String])


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

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

#type"TOKEN", ...

Returns:

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


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

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