Class: Aws::ApiGatewayV2::Types::ListProductRestEndpointPagesResponseContent

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

Overview

Lists the product rest endpoint pages in a portal product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ProductRestEndpointPageSummaryNoBody>

The elements from this collection.



6933
6934
6935
6936
6937
6938
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6933

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

#next_tokenString

The next page of elements from this collection. Not valid for the last element of the collection.

Returns:

  • (String)


6933
6934
6935
6936
6937
6938
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6933

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