Class: Aws::Macie2::Types::DescribeBucketsResponse

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

Overview

Provides the results of a query that retrieved statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketsArray<Types::BucketMetadata>

Returns:



1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1842

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

#next_tokenString

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1842

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