Amazon.AWSSupport.Model.TrustedAdvisorCostOptimizingSummary.IsSetEstimatedPercentMonthlySavings C# (CSharp) Method

IsSetEstimatedPercentMonthlySavings() private method

private IsSetEstimatedPercentMonthlySavings ( ) : bool
return bool
        internal bool IsSetEstimatedPercentMonthlySavings()
        {
            return this.estimatedPercentMonthlySavings.HasValue;
        }
    }