class AWS::S3::BucketLifecycleConfiguration::Rule
def eql? other
- Private: -
def eql? other other.is_a?(Rule) and other.configuration.bucket == configuration.bucket and other.id == id and other.prefix == prefix and other.expiration_days == expiration_days and other.status == status end