Amazon.Redshift.Model.DescribeClusterSecurityGroupsResponse.IsSetClusterSecurityGroups C# (CSharp) Method

IsSetClusterSecurityGroups() private method

private IsSetClusterSecurityGroups ( ) : bool
return bool
        internal bool IsSetClusterSecurityGroups()
        {
            return this._clusterSecurityGroups != null && this._clusterSecurityGroups.Count > 0; 
        }
DescribeClusterSecurityGroupsResponse