Class: Aws::APIGateway::Types::TestInvokeMethodRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Note:

When making an API call, you may pass TestInvokeMethodRequest data as a hash:

{
  rest_api_id: "String", # required
  resource_id: "String", # required
  http_method: "String", # required
  path_with_query_string: "String",
  body: "String",
  headers: {
    "String" => "String",
  },
  multi_value_headers: {
    "String" => ["String"],
  },
  client_certificate_id: "String",
  stage_variables: {
    "String" => "String",
  },
}

Make a request to simulate the execution of a Method.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The simulated request body of an incoming invocation request.

Returns:

  • (String)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#client_certificate_idString

A ClientCertificate identifier to use in the test invocation. API Gateway will use the certificate when making the HTTPS request to the defined back-end endpoint.

Returns:

  • (String)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#headersHash<String,String>

A key-value map of headers to simulate an incoming invocation request.

Returns:

  • (Hash<String,String>)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#http_methodString

[Required] Specifies a test invoke method request’s HTTP method.

Returns:

  • (String)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#multi_value_headersHash<String,Array<String>>

The headers as a map from string to list of values to simulate an incoming invocation request.

Returns:

  • (Hash<String,Array<String>>)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#path_with_query_stringString

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

Returns:

  • (String)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

[Required] Specifies a test invoke method request’s resource ID.

Returns:

  • (String)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end

#stage_variablesHash<String,String>

A key-value map of stage variables to simulate an invocation on a deployed Stage.

Returns:

  • (Hash<String,String>)


7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
# File 'lib/aws-sdk-apigateway/types.rb', line 7008

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end