Class: Aws::Types::S3JobDefinition
- Inherits:
-
Object
- Object
- Aws::Types::S3JobDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_criteria ⇒ Types::S3BucketCriteriaForJob
Returns the value of attribute bucket_criteria.
-
#bucket_definitions ⇒ ::Array[Types::S3BucketDefinitionForJob]
Returns the value of attribute bucket_definitions.
-
#scoping ⇒ Types::Scoping
Returns the value of attribute scoping.
Instance Attribute Details
#bucket_criteria ⇒ Types::S3BucketCriteriaForJob
Returns the value of attribute bucket_criteria.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def bucket_criteria @bucket_criteria end |
#bucket_definitions ⇒ ::Array[Types::S3BucketDefinitionForJob]
Returns the value of attribute bucket_definitions.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def bucket_definitions @bucket_definitions end |
#scoping ⇒ Types::Scoping
Returns the value of attribute scoping.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def scoping @scoping end |