Amazon.AWSSupport.Model.TrustedAdvisorResourcesSummary.IsSetResourcesSuppressed C# (CSharp) Method

IsSetResourcesSuppressed() private method

private IsSetResourcesSuppressed ( ) : bool
return bool
        internal bool IsSetResourcesSuppressed()
        {
            return this.resourcesSuppressed.HasValue;
        }
    }