Class: Aws::APIGateway::Types::Resources
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Resources
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of Resource resources.
<div class=“seeAlso”>
- Create an API][1
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-create-api.html
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Resource>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::Resource>
The current page of elements from this collection.
5294 5295 5296 5297 5298 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5294 class Resources < Struct.new( :position, :items) include Aws::Structure end |