Class: Aws::APIGateway::Types::GetUsagePlansRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetUsagePlansRequest
- 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
-
#key_id ⇒ String
The identifier of the API key associated with the usage plans.
-
#limit ⇒ Integer
The maximum number of returned results per page.
-
#position ⇒ String
The current pagination position in the paged result set.
Instance Attribute Details
#key_id ⇒ String
The identifier of the API key associated with the usage plans.
3273 3274 3275 3276 3277 3278 3279 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3273 class GetUsagePlansRequest < Struct.new( :position, :key_id, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
3273 3274 3275 3276 3277 3278 3279 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3273 class GetUsagePlansRequest < Struct.new( :position, :key_id, :limit) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
3273 3274 3275 3276 3277 3278 3279 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3273 class GetUsagePlansRequest < Struct.new( :position, :key_id, :limit) SENSITIVE = [] include Aws::Structure end |