Amazon.Redshift.Model.ClusterSnapshotCopyStatus.IsSetRetentionPeriod C# (CSharp) Метод

IsSetRetentionPeriod() приватный Метод

private IsSetRetentionPeriod ( ) : bool
Результат bool
        internal bool IsSetRetentionPeriod()
        {
            return this.retentionPeriod.HasValue;
        }
    }