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:



5096
5097
5098
5099
5100
5101
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5096

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)


5096
5097
5098
5099
5100
5101
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5096

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