Class: Aws::APIGateway::Types::GatewayResponses

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

The collection of the GatewayResponse instances of a RestApi as a ‘responseType`-to-GatewayResponse object map of key-value pairs. As such, pagination is not supported for querying this collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::GatewayResponse>

Returns the entire collection, because of no pagination support.

Returns:



2100
2101
2102
2103
2104
2105
# File 'lib/aws-sdk-apigateway/types.rb', line 2100

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

#positionString

Returns:

  • (String)


2100
2101
2102
2103
2104
2105
# File 'lib/aws-sdk-apigateway/types.rb', line 2100

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