Amazon.DynamoDBv2.Model.ConsumedCapacity.IsSetGlobalSecondaryIndexes C# (CSharp) Method

IsSetGlobalSecondaryIndexes() private method

private IsSetGlobalSecondaryIndexes ( ) : bool
return bool
        internal bool IsSetGlobalSecondaryIndexes()
        {
            return this.globalSecondaryIndexes != null;
        }
    }