Class: Aws::APIGateway::Types::GatewayResponses
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GatewayResponses
- 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
-
#items ⇒ Array<Types::GatewayResponse>
Returns the entire collection, because of no pagination support.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::GatewayResponse>
Returns the entire collection, because of no pagination support.
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 |
#position ⇒ 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 |