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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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>)


3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3487

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


3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3487

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