Class: Aws::APIGateway::Types::UsagePlanKeys

Inherits:
Struct
  • Object
show all
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”>

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

Instance Attribute Details

#itemsArray<Types::UsagePlanKey>

The current page of elements from this collection.

Returns:



7585
7586
7587
7588
7589
# File 'lib/aws-sdk-apigateway/types.rb', line 7585

class UsagePlanKeys < Struct.new(
  :position,
  :items)
  include Aws::Structure
end

#positionString

Returns:

  • (String)


7585
7586
7587
7588
7589
# File 'lib/aws-sdk-apigateway/types.rb', line 7585

class UsagePlanKeys < Struct.new(
  :position,
  :items)
  include Aws::Structure
end