Class: Aws::S3Control::Types::ListAccessPointsForDirectoryBucketsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_listArray<Types::AccessPoint>

Contains identification and configuration information for one or more access points associated with the directory bucket.

Returns:



4995
4996
4997
4998
4999
5000
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4995

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

#next_tokenString

If NextToken is returned, there are more access points available than requested in the maxResults value. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

Returns:

  • (String)


4995
4996
4997
4998
4999
5000
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4995

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