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>)


3537
3538
3539
3540
3541
3542
# File 'lib/aws-sdk-s3control/types.rb', line 3537

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>)


3537
3538
3539
3540
3541
3542
# File 'lib/aws-sdk-s3control/types.rb', line 3537

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