Class: Aws::APIGateway::Types::UsagePlans

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Represents a collection of usage plans for an AWS account.

<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::UsagePlan>

The current page of elements from this collection.

Returns:



7974
7975
7976
7977
7978
# File 'lib/aws-sdk-apigateway/types.rb', line 7974

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

#positionString

Returns:

  • (String)


7974
7975
7976
7977
7978
# File 'lib/aws-sdk-apigateway/types.rb', line 7974

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