Class: Aws::Types::S3JobManifestGenerator
- Inherits:
-
Object
- Object
- Aws::Types::S3JobManifestGenerator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_manifest_output ⇒ Boolean
Returns the value of attribute enable_manifest_output.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#filter ⇒ Types::JobManifestGeneratorFilter
Returns the value of attribute filter.
-
#manifest_output_location ⇒ Types::S3ManifestOutputLocation
Returns the value of attribute manifest_output_location.
-
#source_bucket ⇒ ::String
Returns the value of attribute source_bucket.
Instance Attribute Details
#enable_manifest_output ⇒ Boolean
Returns the value of attribute enable_manifest_output.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def enable_manifest_output @enable_manifest_output end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def expected_bucket_owner @expected_bucket_owner end |
#filter ⇒ Types::JobManifestGeneratorFilter
Returns the value of attribute filter.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def filter @filter end |
#manifest_output_location ⇒ Types::S3ManifestOutputLocation
Returns the value of attribute manifest_output_location.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def manifest_output_location @manifest_output_location end |
#source_bucket ⇒ ::String
Returns the value of attribute source_bucket.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def source_bucket @source_bucket end |