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” markdown=“1”>
- Create an API][1
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-create-api.html
Constant Summary collapse
- SENSITIVE =
[]
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.
6338 6339 6340 6341 6342 6343 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6338 class Resources < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |