Class: Aws::APIGateway::Types::GetUsagePlansRequest

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

Overview

The GET request to get all the usage plans of the caller's account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The identifier of the API key associated with the usage plans.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3084

class GetUsagePlansRequest < Struct.new(
  :position,
  :key_id,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)


3084
3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3084

class GetUsagePlansRequest < Struct.new(
  :position,
  :key_id,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3084

class GetUsagePlansRequest < Struct.new(
  :position,
  :key_id,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end