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


2516
2517
2518
2519
2520
2521
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2516

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


2516
2517
2518
2519
2520
2521
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2516

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