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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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

Instance Attribute Details

#itemsArray<Types::UsagePlanKey>

The current page of elements from this collection.

Returns:



5920
5921
5922
5923
5924
5925
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5920

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

#positionString

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5920

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