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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1937
1938
1939
1940
1941
1942
# File 'lib/aws-sdk-macie2/types.rb', line 1937

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

#next_tokenString

Returns:

  • (String)


1937
1938
1939
1940
1941
1942
# File 'lib/aws-sdk-macie2/types.rb', line 1937

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