Class: Aws::S3Control::Types::Exclude

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 will exclude.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketsArray<String>

A container for the S3 Storage Lens bucket excludes.

Returns:

  • (Array<String>)


2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-s3control/types.rb', line 2153

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

#regionsArray<String>

A container for the S3 Storage Lens Region excludes.

Returns:

  • (Array<String>)


2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-s3control/types.rb', line 2153

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