Class: Aws::S3Outposts::Types::ListEndpointsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of endpoints that will be returned in the response.

Returns:

  • (Integer)


237
238
239
240
241
242
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 237

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

#next_tokenString

If a previous response from this operation included a NextToken value, provide that value here to retrieve the next page of results.

Returns:

  • (String)


237
238
239
240
241
242
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 237

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