struct AmazonS3::ReplicationRuleFilterStruct
- AmazonS3::ReplicationRuleFilterStruct
- Struct
- Value
- Object
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #and : ReplicationRuleAndOperatorStruct | Nil
- #and=(and : ReplicationRuleAndOperatorStruct | Nil)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
- #tag : TagStruct | Nil
- #tag=(tag : TagStruct | Nil)
Constructor Detail
def self.new(prefix : Nil | String = nil, tag : Nil | AmazonS3::TagStruct = nil, and : Nil | AmazonS3::ReplicationRuleAndOperatorStruct = nil)
#