Class: Aws::Types::S3BucketCriteriaForJob
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketCriteriaForJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excludes ⇒ Types::CriteriaBlockForJob
Returns the value of attribute excludes.
-
#includes ⇒ Types::CriteriaBlockForJob
Returns the value of attribute includes.
Instance Attribute Details
#excludes ⇒ Types::CriteriaBlockForJob
Returns the value of attribute excludes.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def excludes @excludes end |
#includes ⇒ Types::CriteriaBlockForJob
Returns the value of attribute includes.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def includes @includes end |