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” markdown=“1”>
- Create and Use Usage Plans][1
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html
Constant Summary collapse
- SENSITIVE =
[]
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.
8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-apigateway/types.rb', line 8246 class UsagePlans < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-apigateway/types.rb', line 8246 class UsagePlans < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |