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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::UsagePlan>

The current page of elements from this collection.

Returns:



5936
5937
5938
5939
5940
5941
# File 'lib/aws-sdk-apigateway/types.rb', line 5936

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

#positionString

Returns:

  • (String)


5936
5937
5938
5939
5940
5941
# File 'lib/aws-sdk-apigateway/types.rb', line 5936

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