Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription.IsSetNumberOfDecreasesToday C# (CSharp) Method

IsSetNumberOfDecreasesToday() private method

private IsSetNumberOfDecreasesToday ( ) : bool
return bool
        internal bool IsSetNumberOfDecreasesToday()
        {
            return this.numberOfDecreasesToday.HasValue;
        }