Class: Aws::ApiGatewayV2::Types::GetIntegrationResponsesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


3934
3935
3936
3937
3938
3939
3940
3941
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3934

class GetIntegrationResponsesRequest < Struct.new(
  :api_id,
  :integration_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#integration_idString

Returns:

  • (String)


3934
3935
3936
3937
3938
3939
3940
3941
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3934

class GetIntegrationResponsesRequest < Struct.new(
  :api_id,
  :integration_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsString

Returns:

  • (String)


3934
3935
3936
3937
3938
3939
3940
3941
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3934

class GetIntegrationResponsesRequest < Struct.new(
  :api_id,
  :integration_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3934
3935
3936
3937
3938
3939
3940
3941
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3934

class GetIntegrationResponsesRequest < Struct.new(
  :api_id,
  :integration_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end