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:



5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-apigateway/types.rb', line 5440

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

#positionString

Returns:

  • (String)


5440
5441
5442
5443
5444
5445
# File 'lib/aws-sdk-apigateway/types.rb', line 5440

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