Class: Aws::APIGateway::Types::GetBasePathMappingsRequest

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

Overview

A request to get information about a collection of BasePathMapping resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of a BasePathMapping resource.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
# File 'lib/aws-sdk-apigateway/types.rb', line 2262

class GetBasePathMappingsRequest < Struct.new(
  :domain_name,
  :position,
  :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)


2262
2263
2264
2265
2266
2267
2268
# File 'lib/aws-sdk-apigateway/types.rb', line 2262

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

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
# File 'lib/aws-sdk-apigateway/types.rb', line 2262

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