Class: Aws::S3Control::Types::Exclude
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::Exclude
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
A container for what Amazon S3 Storage Lens will exclude.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#buckets ⇒ Array<String>
A container for the S3 Storage Lens bucket excludes.
-
#regions ⇒ Array<String>
A container for the S3 Storage Lens Region excludes.
Instance Attribute Details
#buckets ⇒ Array<String>
A container for the S3 Storage Lens bucket excludes.
2291 2292 2293 2294 2295 2296 |
# File 'lib/aws-sdk-s3control/types.rb', line 2291 class Exclude < Struct.new( :buckets, :regions) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
A container for the S3 Storage Lens Region excludes.
2291 2292 2293 2294 2295 2296 |
# File 'lib/aws-sdk-s3control/types.rb', line 2291 class Exclude < Struct.new( :buckets, :regions) SENSITIVE = [] include Aws::Structure end |