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 includes only source bucket objects that were created after this time.
-
#created_before ⇒ Time
If provided, the generated manifest includes 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.
-
#key_name_constraint ⇒ Types::KeyNameConstraint
If provided, the generated manifest includes only source bucket objects whose object keys match the string constraints specified for
MatchAnyPrefix
,MatchAnySuffix
, andMatchAnySubstring
. -
#match_any_storage_class ⇒ Array<String>
If provided, the generated manifest includes only source bucket objects that are stored with the specified storage class.
-
#object_replication_statuses ⇒ Array<String>
If provided, the generated manifest includes only source bucket objects that have one of the specified Replication statuses.
-
#object_size_greater_than_bytes ⇒ Integer
If provided, the generated manifest includes only source bucket objects whose file size is greater than the specified number of bytes.
-
#object_size_less_than_bytes ⇒ Integer
If provided, the generated manifest includes only source bucket objects whose file size is less than the specified number of bytes.
Instance Attribute Details
#created_after ⇒ Time
If provided, the generated manifest includes only source bucket objects that were created after this time.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
If provided, the generated manifest includes only source bucket objects that were created before this time.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) 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.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) SENSITIVE = [] include Aws::Structure end |
#key_name_constraint ⇒ Types::KeyNameConstraint
If provided, the generated manifest includes only source bucket
objects whose object keys match the string constraints specified for
MatchAnyPrefix
, MatchAnySuffix
, and MatchAnySubstring
.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) SENSITIVE = [] include Aws::Structure end |
#match_any_storage_class ⇒ Array<String>
If provided, the generated manifest includes only source bucket objects that are stored with the specified storage class.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) SENSITIVE = [] include Aws::Structure end |
#object_replication_statuses ⇒ Array<String>
If provided, the generated manifest includes only source bucket objects that have one of the specified Replication statuses.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) SENSITIVE = [] include Aws::Structure end |
#object_size_greater_than_bytes ⇒ Integer
If provided, the generated manifest includes only source bucket objects whose file size is greater than the specified number of bytes.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) SENSITIVE = [] include Aws::Structure end |
#object_size_less_than_bytes ⇒ Integer
If provided, the generated manifest includes only source bucket objects whose file size is less than the specified number of bytes.
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3961 class JobManifestGeneratorFilter < Struct.new( :eligible_for_replication, :created_after, :created_before, :object_replication_statuses, :key_name_constraint, :object_size_greater_than_bytes, :object_size_less_than_bytes, :match_any_storage_class) SENSITIVE = [] include Aws::Structure end |