Class: Aws::APIGateway::Types::Models

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

Overview

Represents a collection of Model resources.

<div class=“seeAlso”> Method, MethodResponse, [Models and Mappings] </div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Model>

The current page of elements from this collection.

Returns:



5033
5034
5035
5036
5037
# File 'lib/aws-sdk-apigateway/types.rb', line 5033

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

#positionString

Returns:

  • (String)


5033
5034
5035
5036
5037
# File 'lib/aws-sdk-apigateway/types.rb', line 5033

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