Class: Aws::Macie2::Types::DescribeBucketsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::DescribeBucketsResponse
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#buckets ⇒ Array<Types::BucketMetadata>
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1726 class DescribeBucketsResponse < Struct.new( :buckets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1726 class DescribeBucketsResponse < Struct.new( :buckets, :next_token) SENSITIVE = [] include Aws::Structure end |