Method: Aws::APIGateway::Types::BasePathMappings#items

Defined in:
lib/aws-sdk-apigateway/types.rb

#itemsArray<Types::BasePathMapping>

The current page of elements from this collection.

Returns:

[View source]

479
480
481
482
483
484
# File 'lib/aws-sdk-apigateway/types.rb', line 479

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