Amazon.DynamoDBv2.Model.CreateTableRequest.IsSetAttributeDefinitions C# (CSharp) Method

IsSetAttributeDefinitions() private method

private IsSetAttributeDefinitions ( ) : bool
return bool
        internal bool IsSetAttributeDefinitions()
        {
            return this._attributeDefinitions != null && this._attributeDefinitions.Count > 0; 
        }