Module: Aws::APIGateway::Client::_UpdateAuthorizerResponseSuccess
- 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
1753 |
# File 'sig/client.rbs', line 1753 def auth_type: () -> ::String |
#authorizer_credentials ⇒ ::String
1755 |
# File 'sig/client.rbs', line 1755 def authorizer_credentials: () -> ::String |
#authorizer_result_ttl_in_seconds ⇒ ::Integer
1758 |
# File 'sig/client.rbs', line 1758 def authorizer_result_ttl_in_seconds: () -> ::Integer |
#authorizer_uri ⇒ ::String
1754 |
# File 'sig/client.rbs', line 1754 def authorizer_uri: () -> ::String |
#id ⇒ ::String
1749 |
# File 'sig/client.rbs', line 1749 def id: () -> ::String |
#identity_source ⇒ ::String
1756 |
# File 'sig/client.rbs', line 1756 def identity_source: () -> ::String |
#identity_validation_expression ⇒ ::String
1757 |
# File 'sig/client.rbs', line 1757 def identity_validation_expression: () -> ::String |
#name ⇒ ::String
1750 |
# File 'sig/client.rbs', line 1750 def name: () -> ::String |
#provider_arns ⇒ ::Array[::String]
1752 |
# File 'sig/client.rbs', line 1752 def provider_arns: () -> ::Array[::String] |
#type ⇒ "TOKEN", ...
1751 |
# File 'sig/client.rbs', line 1751 def type: () -> ("TOKEN" | "REQUEST" | "COGNITO_USER_POOLS") |