Class: Aws::S3::Types::ReplicationRuleAndOperator
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ReplicationRuleAndOperator
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass ReplicationRuleAndOperator data as a hash:
{
prefix: "Prefix",
tags: [
{
key: "ObjectKey", # required
value: "Value", # required
},
],
}
Instance Attribute Summary collapse
Instance Attribute Details
#prefix ⇒ String
8446 8447 8448 8449 8450 |
# File 'lib/aws-sdk-s3/types.rb', line 8446 class ReplicationRuleAndOperator < Struct.new( :prefix, :tags) include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
8446 8447 8448 8449 8450 |
# File 'lib/aws-sdk-s3/types.rb', line 8446 class ReplicationRuleAndOperator < Struct.new( :prefix, :tags) include Aws::Structure end |