Class: Aws::APIGateway::Types::UsagePlanKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UsagePlanKeys
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys.
<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::UsagePlanKey>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::UsagePlanKey>
The current page of elements from this collection.
8222 8223 8224 8225 8226 8227 |
# File 'lib/aws-sdk-apigateway/types.rb', line 8222 class UsagePlanKeys < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
8222 8223 8224 8225 8226 8227 |
# File 'lib/aws-sdk-apigateway/types.rb', line 8222 class UsagePlanKeys < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |