Class: Aws::APIGateway::Types::GetDeploymentsRequest

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

Overview

Requests API Gateway to get information about a Deployments collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)


2350
2351
2352
2353
2354
2355
2356
# File 'lib/aws-sdk-apigateway/types.rb', line 2350

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

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


2350
2351
2352
2353
2354
2355
2356
# File 'lib/aws-sdk-apigateway/types.rb', line 2350

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2350
2351
2352
2353
2354
2355
2356
# File 'lib/aws-sdk-apigateway/types.rb', line 2350

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