Class: Aws::APIGateway::Types::UsagePlans
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UsagePlans
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of usage plans for an AWS account.
<div class=“seeAlso”>
- Create and Use Usage Plans][1
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::UsagePlan>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::UsagePlan>
The current page of elements from this collection.
6881 6882 6883 6884 6885 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6881 class UsagePlans < Struct.new( :position, :items) include Aws::Structure end |
#position ⇒ String
6881 6882 6883 6884 6885 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6881 class UsagePlans < Struct.new( :position, :items) include Aws::Structure end |