Amazon.Redshift.Model.ClusterSnapshotCopyStatus.IsSetRetentionPeriod C# (CSharp) 메소드

IsSetRetentionPeriod() 개인적인 메소드

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