Class: Aws::APIGateway::Types::TestInvokeAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::TestInvokeAuthorizerRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
Make a request to simulate the invocation of an Authorizer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_context ⇒ Hash<String,String>
A key-value map of additional context variables.
-
#authorizer_id ⇒ String
Specifies a test invoke authorizer request's Authorizer ID.
-
#body ⇒ String
The simulated request body of an incoming invocation request.
-
#headers ⇒ Hash<String,String>
A key-value map of headers to simulate an incoming invocation request.
-
#multi_value_headers ⇒ Hash<String,Array<String>>
The headers as a map from string to list of values to simulate an incoming invocation request.
-
#path_with_query_string ⇒ String
The URI path, including query string, of the simulated invocation request.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#stage_variables ⇒ Hash<String,String>
A key-value map of stage variables to simulate an invocation on a deployed Stage.
Instance Attribute Details
#additional_context ⇒ Hash<String,String>
A key-value map of additional context variables.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |
#authorizer_id ⇒ String
Specifies a test invoke authorizer request's Authorizer ID.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
The simulated request body of an incoming invocation request.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |
#headers ⇒ Hash<String,String>
A key-value map of headers to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, should be specified.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |
#multi_value_headers ⇒ Hash<String,Array<String>>
The headers as a map from string to list of values to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, may be specified.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |
#path_with_query_string ⇒ String
The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |
#stage_variables ⇒ Hash<String,String>
A key-value map of stage variables to simulate an invocation on a deployed Stage.
5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5174 class TestInvokeAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :headers, :multi_value_headers, :path_with_query_string, :body, :stage_variables, :additional_context) SENSITIVE = [] include Aws::Structure end |