Class: Aws::Macie2::Types::DescribeBucketsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::DescribeBucketsResponse
- 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
#buckets ⇒ Array<Types::BucketMetadata>
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_token ⇒ 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 |