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.
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.
5920 5921 5922 5923 5924 5925 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5920 class UsagePlanKeys < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
5920 5921 5922 5923 5924 5925 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5920 class UsagePlanKeys < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |