Class: Aws::S3Outposts::Types::ListSharedEndpointsResult

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 that have been shared by Amazon Web Services Resource Access Manager (RAM).

Returns:



349
350
351
352
353
354
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 349

class ListSharedEndpointsResult < 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)


349
350
351
352
353
354
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 349

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