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:



2241
2242
2243
2244
2245
2246
# File 'lib/aws-sdk-apigateway/types.rb', line 2241

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

#positionString

Returns:

  • (String)


2241
2242
2243
2244
2245
2246
# File 'lib/aws-sdk-apigateway/types.rb', line 2241

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