Class: Aws::S3::Types::ListDirectoryBucketsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_tokenString

ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key. You can use this ContinuationToken for pagination of the list results.

Returns:

  • (String)


9541
9542
9543
9544
9545
9546
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9541

class ListDirectoryBucketsRequest < Struct.new(
  :continuation_token,
  :max_directory_buckets)
  SENSITIVE = []
  include Aws::Structure
end

#max_directory_bucketsInteger

Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.

Returns:

  • (Integer)


9541
9542
9543
9544
9545
9546
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9541

class ListDirectoryBucketsRequest < Struct.new(
  :continuation_token,
  :max_directory_buckets)
  SENSITIVE = []
  include Aws::Structure
end