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.
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.
5937 5938 5939 5940 5941 5942 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5937 class UsagePlans < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
5937 5938 5939 5940 5941 5942 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5937 class UsagePlans < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |