Class: Aws::S3Control::Types::Include

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketsArray<String>

A container for the S3 Storage Lens bucket includes.

Returns:

  • (Array<String>)


3626
3627
3628
3629
3630
3631
# File 'lib/aws-sdk-s3control/types.rb', line 3626

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

#regionsArray<String>

A container for the S3 Storage Lens Region includes.

Returns:

  • (Array<String>)


3626
3627
3628
3629
3630
3631
# File 'lib/aws-sdk-s3control/types.rb', line 3626

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