Class: Aws::S3Outposts::Types::ListSharedEndpointsRequest

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)


327
328
329
330
331
332
333
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 327

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

#next_tokenString

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

Returns:

  • (String)


327
328
329
330
331
332
333
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 327

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

#outpost_idString

The ID of the Amazon Web Services Outpost.

Returns:

  • (String)


327
328
329
330
331
332
333
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 327

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