Amazon.Redshift.Model.ClusterSnapshotCopyStatus.IsSetRetentionPeriod C# (CSharp) Method

IsSetRetentionPeriod() private method

private IsSetRetentionPeriod ( ) : bool
return bool
        internal bool IsSetRetentionPeriod()
        {
            return this.retentionPeriod.HasValue;
        }
    }