Class: Aws::ApiGatewayV2::Types::GetIntegrationResponsesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetIntegrationResponsesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
3932 3933 3934 3935 3936 3937 3938 3939 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3932 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#integration_id ⇒ String
3932 3933 3934 3935 3936 3937 3938 3939 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3932 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
3932 3933 3934 3935 3936 3937 3938 3939 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3932 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3932 3933 3934 3935 3936 3937 3938 3939 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3932 class GetIntegrationResponsesRequest < Struct.new( :api_id, :integration_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |