Class: Aws::APIGateway::Types::Models
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Models
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of Model resources.
<div class=“seeAlso” markdown=“1”> Method, MethodResponse, [Models and Mappings] </div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Model>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::Model>
The current page of elements from this collection.
5398 5399 5400 5401 5402 5403 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5398 class Models < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |