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
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
| 4066 4067 4068 4069 4070 4071 4072 4073 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4066 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#integration_id ⇒ String
| 4066 4067 4068 4069 4070 4071 4072 4073 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4066 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ String
| 4066 4067 4068 4069 4070 4071 4072 4073 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4066 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
| 4066 4067 4068 4069 4070 4071 4072 4073 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4066 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |