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” 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

Instance Attribute Details

#itemsArray<Types::Model>

The current page of elements from this collection.

Returns:



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

#positionString

Returns:

  • (String)


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