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

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

Overview

Note:

When making an API call, you may pass ListEndpointsRequest data as a hash:

{
  next_token: "NextToken",
  max_results: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The max number of endpoints that can be returned on the request.

Returns:

  • (Integer)


227
228
229
230
231
232
# File 'lib/aws-sdk-s3outposts/types.rb', line 227

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

#next_tokenString

The next endpoint requested in the list.

Returns:

  • (String)


227
228
229
230
231
232
# File 'lib/aws-sdk-s3outposts/types.rb', line 227

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