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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsArray<Types::Endpoint>

Returns an array of endpoints associated with AWS Outposts.

Returns:



244
245
246
247
248
249
# File 'lib/aws-sdk-s3outposts/types.rb', line 244

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

#next_tokenString

The next endpoint returned in the list.

Returns:

  • (String)


244
245
246
247
248
249
# File 'lib/aws-sdk-s3outposts/types.rb', line 244

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