Amazon.DynamoDBv2.Model.DeleteItemResult.IsSetItemCollectionMetrics C# (CSharp) Method

IsSetItemCollectionMetrics() private method

private IsSetItemCollectionMetrics ( ) : bool
return bool
        internal bool IsSetItemCollectionMetrics()
        {
            return this.itemCollectionMetrics != null;
        }
    }