Module: Aws::APIGateway::Client::_CreateAuthorizerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Authorizer]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_type ⇒ ::String
- #authorizer_credentials ⇒ ::String
- #authorizer_result_ttl_in_seconds ⇒ ::Integer
- #authorizer_uri ⇒ ::String
- #id ⇒ ::String
- #identity_source ⇒ ::String
- #identity_validation_expression ⇒ ::String
- #name ⇒ ::String
- #provider_arns ⇒ ::Array[::String]
- #type ⇒ "TOKEN", ...
Instance Method Details
#auth_type ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def auth_type: () -> ::String
|
#authorizer_credentials ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def authorizer_credentials: () -> ::String
|
#authorizer_result_ttl_in_seconds ⇒ ::Integer
123 |
# File 'sig/client.rbs', line 123
def authorizer_result_ttl_in_seconds: () -> ::Integer
|
#authorizer_uri ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def authorizer_uri: () -> ::String
|
#id ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def id: () -> ::String
|
#identity_source ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def identity_source: () -> ::String
|
#identity_validation_expression ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def identity_validation_expression: () -> ::String
|
#name ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def name: () -> ::String
|
#provider_arns ⇒ ::Array[::String]
117 |
# File 'sig/client.rbs', line 117
def provider_arns: () -> ::Array[::String]
|
#type ⇒ "TOKEN", ...
116 |
# File 'sig/client.rbs', line 116
def type: () -> ("TOKEN" | "REQUEST" | "COGNITO_USER_POOLS")
|