Class: Aws::S3Outposts::Types::ListEndpointsResult

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

#endpointsArray<Types::Endpoint>

The list of endpoints associated with the specified Outpost.

Returns:



256
257
258
259
260
261
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 256

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

#next_tokenString

If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.

Returns:

  • (String)


256
257
258
259
260
261
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 256

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