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

The current page of elements from this collection.

Returns:



8246
8247
8248
8249
8250
8251
# File 'lib/aws-sdk-apigateway/types.rb', line 8246

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

#positionString

Returns:

  • (String)


8246
8247
8248
8249
8250
8251
# File 'lib/aws-sdk-apigateway/types.rb', line 8246

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