Class: Aws::Types::S3ClassificationScopeExclusionUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_names::Array[::String]

Returns the value of attribute bucket_names.

Returns:

  • (::Array[::String])


1538
1539
1540
# File 'sig/types.rbs', line 1538

def bucket_names
  @bucket_names
end

#operation"ADD", ...

Returns the value of attribute operation.

Returns:

  • ("ADD", "REPLACE", "REMOVE")


1539
1540
1541
# File 'sig/types.rbs', line 1539

def operation
  @operation
end