Class: Aws::ApiGatewayV2::Types::GetIntegrationResponsesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetIntegrationResponsesRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Note:
When making an API call, you may pass GetIntegrationResponsesRequest data as a hash:
{
api_id: "__string", # required
integration_id: "__string", # required
max_results: "__string",
next_token: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
4475 4476 4477 4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4475 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#integration_id ⇒ String
4475 4476 4477 4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4475 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
4475 4476 4477 4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4475 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4475 4476 4477 4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4475 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |