Class: Aws::S3Control::Types::JobManifestGeneratorFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobManifestGeneratorFilter
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The filter used to describe a set of objects for the job's manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
If provided, the generated manifest should include only source bucket objects that were created after this time.
-
#created_before ⇒ Time
If provided, the generated manifest should include only source bucket objects that were created before this time.
-
#eligible_for_replication ⇒ Boolean
Include objects in the generated manifest only if they are eligible for replication according to the Replication configuration on the source bucket.
-
#object_replication_statuses ⇒ Array<String>
If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
Instance Attribute Details
#created_after ⇒ Time
If provided, the generated manifest should include only source bucket objects that were created after this time.
2824 2825 2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2824 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
If provided, the generated manifest should include only source bucket objects that were created before this time.
2824 2825 2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2824 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses) SENSITIVE = [] include Aws::Structure end |
#eligible_for_replication ⇒ Boolean
Include objects in the generated manifest only if they are eligible for replication according to the Replication configuration on the source bucket.
2824 2825 2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2824 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses) SENSITIVE = [] include Aws::Structure end |
#object_replication_statuses ⇒ Array<String>
If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
2824 2825 2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2824 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses) SENSITIVE = [] include Aws::Structure end |