Method: Aws::APIGateway::Types::TestInvokeMethodRequest#client_certificate_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#client_certificate_id ⇒ String
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.
6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6466 class TestInvokeMethodRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :path_with_query_string, :body, :headers, :client_certificate_id, :stage_variables) include Aws::Structure end |