Amazon.S3.Model.LifecycleRule.IsSetNoncurrentVersionTransitions C# (CSharp) Method

IsSetNoncurrentVersionTransitions() private method

private IsSetNoncurrentVersionTransitions ( ) : bool
return bool
        internal bool IsSetNoncurrentVersionTransitions()
        {
            return this.noncurrentVersionTransitions != null && this.noncurrentVersionTransitions.Count > 0;
        }