Class: Aws::S3Files::Types::ListAccessPointsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_pointsArray<Types::ListAccessPointsDescription>

An array of access point descriptions.



965
966
967
968
969
970
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 965

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

#next_tokenString

A pagination token to use in a subsequent request if more results are available.

Returns:

  • (String)


965
966
967
968
969
970
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 965

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