Class: Aws::Types::S3JobDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_criteriaTypes::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.

Returns:



1558
1559
1560
# File 'sig/types.rbs', line 1558

def bucket_definitions
  @bucket_definitions
end

#scopingTypes::Scoping

Returns the value of attribute scoping.

Returns:



1559
1560
1561
# File 'sig/types.rbs', line 1559

def scoping
  @scoping
end