Amazon.S3.Model.LifecycleRuleNoncurrentVersionTransition.IsSetNoncurrentDays C# (CSharp) Method

IsSetNoncurrentDays() private method

private IsSetNoncurrentDays ( ) : bool
return bool
        internal bool IsSetNoncurrentDays()
        {
            return this.noncurrentDays.HasValue;
        }
LifecycleRuleNoncurrentVersionTransition