Amazon.Redshift.Model.ModifyClusterParameterGroupResult.IsSetParameterGroupStatus C# (CSharp) Method

IsSetParameterGroupStatus() private method

private IsSetParameterGroupStatus ( ) : bool
return bool
        internal bool IsSetParameterGroupStatus()
        {
            return this.parameterGroupStatus != null;
        }
    }