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” 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

Instance Attribute Details

#itemsArray<Types::UsagePlanKey>

The current page of elements from this collection.

Returns:



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

#positionString

Returns:

  • (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