Class: Aws::S3Control::Types::ListRegionalBucketsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

‘NextToken` is sent when `isTruncated` is true, which means there are more buckets that can be listed. The next list requests to Amazon S3 can be continued with this `NextToken`. `NextToken` is obfuscated and is not a real key.

Returns:

  • (String)


5189
5190
5191
5192
5193
5194
# File 'lib/aws-sdk-s3control/types.rb', line 5189

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

#regional_bucket_listArray<Types::RegionalBucket>

Returns:



5189
5190
5191
5192
5193
5194
# File 'lib/aws-sdk-s3control/types.rb', line 5189

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