Class: Aws::Types::S3ClassificationScopeExclusionUpdate
- Inherits:
-
Object
- Object
- Aws::Types::S3ClassificationScopeExclusionUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_names ⇒ ::Array[::String]
Returns the value of attribute bucket_names.
-
#operation ⇒ "ADD", ...
Returns the value of attribute operation.
Instance Attribute Details
#bucket_names ⇒ ::Array[::String]
Returns the value of attribute bucket_names.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def bucket_names @bucket_names end |
#operation ⇒ "ADD", ...
Returns the value of attribute operation.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def operation @operation end |