Class: Aws::S3Control::Types::Include
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::Include
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
A container for what Amazon S3 Storage Lens configuration includes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#buckets ⇒ Array<String>
A container for the S3 Storage Lens bucket includes.
-
#regions ⇒ Array<String>
A container for the S3 Storage Lens Region includes.
Instance Attribute Details
#buckets ⇒ Array<String>
A container for the S3 Storage Lens bucket includes.
3728 3729 3730 3731 3732 3733 |
# File 'lib/aws-sdk-s3control/types.rb', line 3728 class Include < Struct.new( :buckets, :regions) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
A container for the S3 Storage Lens Region includes.
3728 3729 3730 3731 3732 3733 |
# File 'lib/aws-sdk-s3control/types.rb', line 3728 class Include < Struct.new( :buckets, :regions) SENSITIVE = [] include Aws::Structure end |