Class: Aws::APIGateway::Types::RestApis
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::RestApis
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs.
<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::RestApi>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::RestApi>
The current page of elements from this collection.
5987 5988 5989 5990 5991 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5987 class RestApis < Struct.new( :position, :items) include Aws::Structure end |