Amazon.Redshift.Model.HsmConfiguration.IsSetHsmPartitionName C# (CSharp) Method

IsSetHsmPartitionName() private method

private IsSetHsmPartitionName ( ) : bool
return bool
        internal bool IsSetHsmPartitionName()
        {
            return this.hsmPartitionName != null;
        }
    }