Method: Aws::APIGateway::Types::GatewayResponses#items

Defined in:
lib/aws-sdk-apigateway/types.rb

#itemsArray<Types::GatewayResponse>

Returns the entire collection, because of no pagination support.

Returns:


2693
2694
2695
2696
2697
# File 'lib/aws-sdk-apigateway/types.rb', line 2693

class GatewayResponses < Struct.new(
  :position,
  :items)
  include Aws::Structure
end