Class: Aws::S3Control::Types::ListAccessPointsForDirectoryBucketsRequest

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

#account_idString

The Amazon Web Services account ID that owns the access points.

Returns:

  • (String)


5092
5093
5094
5095
5096
5097
5098
5099
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5092

class ListAccessPointsForDirectoryBucketsRequest < Struct.new(
  :account_id,
  :directory_bucket,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#directory_bucketString

The name of the directory bucket associated with the access points you want to list.

Returns:

  • (String)


5092
5093
5094
5095
5096
5097
5098
5099
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5092

class ListAccessPointsForDirectoryBucketsRequest < Struct.new(
  :account_id,
  :directory_bucket,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of access points that you would like returned in the ListAccessPointsForDirectoryBuckets response. If the directory bucket is associated with more than this number of access points, the results include the pagination token NextToken. Make another call using the NextToken to retrieve more results.

Returns:

  • (Integer)


5092
5093
5094
5095
5096
5097
5098
5099
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5092

class ListAccessPointsForDirectoryBucketsRequest < Struct.new(
  :account_id,
  :directory_bucket,
  :next_token,
  :max_results)
  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)


5092
5093
5094
5095
5096
5097
5098
5099
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5092

class ListAccessPointsForDirectoryBucketsRequest < Struct.new(
  :account_id,
  :directory_bucket,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end